home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programming Windows 95
/
Programming Windows 95.iso
/
code
/
CHAP05
/
TYPER.MAK
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1996-01-01
|
213 b
|
10 lines
#---------------------
# TYPER.MAK make file
#---------------------
typer.exe : typer.obj
$(LINKER) $(GUIFLAGS) -OUT:typer.exe typer.obj $(GUILIBS)
typer.obj : typer.c
$(CC) $(CFLAGS) typer.c